Skip to content

Conversation

asiansnoodle
Copy link
Collaborator

@asiansnoodle asiansnoodle commented Oct 10, 2025

Why

We need a page that users will initially see when visiting our app

What

Created the scr/app/landingpage directory
Created page.tsx with the landingPage component

Satisfies

LRN-15

Created the route src/app/landingpage
Copy link
Collaborator

@joshuasilva414 joshuasilva414 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you add /landingpage to the folder path, the user will navigate there by default when visiting the site. you can wrap the route segment in parentheses (/(landingpage)/page.tsx) so this page is at the root path. We'll fix this later though

@joshuasilva414 joshuasilva414 merged commit 737b42a into main Oct 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants